home *** CD-ROM | disk | FTP | other *** search
/ Mac Expert 1995 Winter / Mac Expert - Winter 95.iso / Les fichiers / Utilitaires divers / Divers / powerCFG 2.21 UR ƒ / µCinema Convert / µCinema.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-02  |  481 b   |  16 lines  |  [TEXT/KAHL]

  1. /********************************************************************
  2.     µCinema Converter 1.0
  3.     module: µCinema.h
  4.     April 1994
  5.     by John A. Schlack
  6.  ********************************************************************/
  7.  
  8. #pragma once
  9.  
  10.  
  11. void    errorHandler( short stringNum );
  12. void    errorHandlerParameter( short stringNum, unsigned char * message );
  13. void    installProgramStatus( short pgmBit );
  14. Boolean programStatus( short pgmBit );
  15. void     alterProgramStatus( short pgmBit, Boolean setBit );
  16.